Skip to content

feat: show version on dashboard#170

Open
DAcodedBEAT wants to merge 1 commit into
tailscale:mainfrom
DAcodedBEAT:version-in-ui
Open

feat: show version on dashboard#170
DAcodedBEAT wants to merge 1 commit into
tailscale:mainfrom
DAcodedBEAT:version-in-ui

Conversation

@DAcodedBEAT

@DAcodedBEAT DAcodedBEAT commented May 13, 2026

Copy link
Copy Markdown
Contributor

Display release version in dashboard footer and includes template optimizations for better reuse.

tested by running go build -o build/tsidp-server-darwin-arm64-$(shell date +%Y-%m-%d)-$(shell git rev-parse --short=5 HEAD) -ldflags "-X github.com/tailscale/tsidp/server.version=v1.2.3" ./tsidp-server.go and going to the app

image image

Closes #157

@DAcodedBEAT DAcodedBEAT force-pushed the version-in-ui branch 2 times, most recently from c88c566 to 034b3f2 Compare May 27, 2026 03:27
Comment thread server/ui-edit.html Outdated
<h2>
{{if .IsNew}}Add New OIDC Client{{else}}Edit OIDC Client{{end}}
</h2>
<a class="btn btn-secondary" href="/">← Back to Clients</a>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it looks like your editor is sorting HTML attributes? Would you mind disabling that, or moving these changes to a different commit (on the same PR is fine), so the actual changes related to showing the version are easier to see?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @willnorris - I've amended the changes so the attributes are in the same order as it was previously

https://github.com/tailscale/tsidp/pull/170/changes?w=1

Display release version in dashboard footer and includes
template optimizations for better reuse.

Signed-off-by: Arun Philip <arun@corkinc.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Version number visible on dashboard

2 participants